home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / system / sandra / san1135.exe / {app} / examples / Access Schema.mdb / TItem.json < prev    next >
JavaScript Object Notation  |  2006-11-03  |  297b

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "ModuleID": "Long Integer NOT NULL",
  5.         "ClassID": "Long Integer",
  6.         "DeviceID": "Long Integer",
  7.         "GroupID": "Long Integer",
  8.         "Name": "Text (255)",
  9.         "DataValue": "Text (255)",
  10.         "IconID": "Long Integer NOT NULL",
  11.         "TypeID": "Long Integer NOT NULL",
  12.         "HelpID": "Long Integer NOT NULL"
  13.     },
  14.     "data": []
  15. }